From 42026ab232f0f801251d6d43649b5719f287e086 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 22 Nov 2024 21:40:25 +0200 Subject: [PATCH] oci-runtime-tools: Make version apk compatible Adjust version to be compatible with apk semantic rules. Signed-off-by: Hannu Nyman --- utils/oci-runtime-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index 51e481ef26..967ac4f830 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oci-runtime-tools -PKG_VERSION:=1.0.0-pre20210326 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.0.20210326 +PKG_RELEASE:=4 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -11,7 +11,7 @@ PKG_SOURCE_NAME:=runtime-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/opencontainers/runtime-tools.git PKG_SOURCE_VERSION:=59cdde06764be8d761db120664020f0415f36045 -PKG_MIRROR_HASH:=ef331e3ad5f99220583399fe1c2ded243f4b01f8dabc7acd152d46304da70f6f +PKG_MIRROR_HASH:=661cb4664f45a169ca4f8e33fd00b69734328c7fb8c3880a48c7a67105bc8520 PKG_MAINTAINER:=Daniel Golle -- 2.30.2